←Select platform

AnnObservableCollection<T> Class

Summary

A generic observable collection.

Syntax
C#
VB
C++
Java
public class AnnObservableCollection<T> : LeadCollection<T>, IAnnNotifyCollectionChanged 
Public Class AnnObservableCollection(Of T)  
   Inherits System.Collections.ObjectModel.Collection(Of T) 
   Implements IAnnNotifyCollectionChanged  
public class AnnObservableCollection<E> implements List<E>, IAnnNotifyCollectionChanged 
public: 
   generic<typename T> 
   ref class AnnObservableCollection : LeadCollection<T>, IAnnNotifyCollectionChanged 

Type Parameters

T
Collection items type.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly